home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / X11 / extensions / xf86bigfont.h < prev    next >
C/C++ Source or Header  |  2006-04-12  |  781b  |  38 lines

  1. /* $XFree86: xc/include/extensions/xf86bigfont.h,v 1.1 2000/02/08 17:18:25 dawes Exp $ */
  2. /*
  3.  * Declarations for the BIGFONT extension.
  4.  *
  5.  * Copyright (c) 1999-2000  Bruno Haible
  6.  * Copyright (c) 1999-2000  The XFree86 Project, Inc.
  7.  */
  8.  
  9. /* THIS IS NOT AN X CONSORTIUM STANDARD */
  10.  
  11. #ifndef _XF86BIGFONT_H_
  12. #define _XF86BIGFONT_H_
  13.  
  14. #include <X11/Xfuncproto.h>
  15.  
  16. #define X_XF86BigfontQueryVersion    0
  17. #define X_XF86BigfontQueryFont        1
  18.  
  19. #define XF86BigfontNumberEvents        0
  20.  
  21. #define XF86BigfontNumberErrors        0
  22.  
  23. #ifdef _XF86BIGFONT_SERVER_
  24.  
  25. _XFUNCPROTOBEGIN
  26.  
  27. #include "font.h"
  28.  
  29. extern void XFree86BigfontExtensionInit(void);
  30. extern void XF86BigfontFreeFontShm(FontPtr);
  31. extern void XF86BigfontCleanup(void);
  32.  
  33. _XFUNCPROTOEND
  34.  
  35. #endif /* _XF86BIGFONT_SERVER_ */
  36.  
  37. #endif /* _XF86BIGFONT_H_ */
  38.